home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / patch / ChangeLog < prev    next >
Text File  |  1994-08-01  |  5KB  |  134 lines

  1. Mon Mar 16 14:10:42 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
  2.  
  3.     * patchlevel.h: PATCHLEVEL 12u6.
  4.  
  5. Sat Mar 14 13:13:29 1992  David J. MacKenzie  (djm at frob.eng.umd.edu)
  6.  
  7.     * Configure, config.h.SH: Check for directory header and unistd.h.
  8.  
  9.     * patch.c (main): If -E was given and output file is empty after
  10.     patching, remove it.
  11.     (get_some_switches): Recognize -E option.
  12.  
  13.     * patch.c (copy_till): Make garbled output an error, not a warning
  14.     that doesn't change the exit status.
  15.  
  16.     * common.h: Protect against system declarations of malloc and realloc.
  17.  
  18.     * Makedist: Add backupfile.[ch].
  19.  
  20.     * Configure: Look for C library where NeXT and SVR4 put it.
  21.     Look in /usr/ucb after /bin and /usr/bin for utilities,
  22.     and look in /usr/ccs/bin, to make SVR4 happier.
  23.     Recognize m68k predefine.
  24.  
  25.     * util.c (fetchname): Test of stat return value was backward.
  26.     From csss@scheme.cs.ubc.ca.
  27.  
  28.     * version.c (version): Exit with status 0, not 1.
  29.  
  30.     * Makefile.SH: Add backupfile.[cho].
  31.     * patch.c (main): Initialize backup file generation.
  32.     (get_some_switches): Add -V option.
  33.     * common.h, util,c, patch.c: Replace origext with simple_backup_suffix.
  34.     * util.c (move_file): Use find_backup_file_name.
  35.  
  36. Tue Dec  3 11:27:16 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  37.  
  38.     * patchlevel.h: PATCHLEVEL 12u5.
  39.  
  40.     * Makefile.SH: Change clean, distclean, and realclean targets a
  41.     little so they agree with the GNU coding standards.
  42.     Add Makefile to addedbyconf, so distclean removes it.
  43.  
  44.     * Configure: Recognize Domain/OS C library in /lib/libc.
  45.     From mmuegel@mot.com (Michael S. Muegel).
  46.  
  47.     * pch.c: Fixes from Wayne Davison:
  48.     Patch now accepts no-context context diffs that are
  49.     specified with an assumed one line hunk (e.g.  "*** 10 ****").
  50.     Fixed a bug in both context and unified diff processing that would
  51.     put a zero-context hunk in the wrong place (one line too soon).
  52.     Fixed a minor problem with p_max in unified diffs where it would
  53.     set p_max to hunkmax unnecessarily (the only adverse effect was to
  54.     not supply empty lines at eof by assuming they were truncated).
  55.  
  56. Tue Jul  2 03:25:51 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  57.  
  58.     * Configure: Check for signal declaration in
  59.     /usr/include/sys/signal.h as well as /usr/include/signal.h.
  60.  
  61.     * Configure, common.h, config.h.SH: Comment out the sprintf
  62.     declaration and tests to determine its return value type.  It
  63.     conflicts with ANSI C systems' prototypes in stdio.h and the
  64.     return value of sprintf is never used anyway -- it's always cast
  65.     to void.
  66.  
  67. Thu Jun 27 13:05:32 1991  David J. MacKenzie  (djm at churchy.gnu.ai.mit.edu)
  68.  
  69.     * patchlevel.h: PATCHLEVEL 12u4.
  70.  
  71. Thu Feb 21 15:18:14 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
  72.  
  73.     * pch.c (another_hunk): Fix off by 1 error.  From
  74.     iverson@xstor.com (Tim Iverson).
  75.  
  76. Sun Jan 20 20:18:58 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
  77.  
  78.     * Makefile.SH (all): Don't make a dummy `all' file.
  79.  
  80.     * patchlevel.h: PATCHLEVEL 12u3.
  81.  
  82.     * patch.c (nextarg): New function.
  83.     (get_some_switches): Use it, to prevent dereferencing a null
  84.     pointer if an option that takes an arg is not given one (is last
  85.     on the command line).  From Paul Eggert.
  86.  
  87.     * pch.c (another_hunk): Fix from Wayne Davison to recognize
  88.     single-line hunks in unified diffs (with a single line number
  89.     instead of a range).
  90.  
  91.     * inp.c (rev_in_string): Don't use `s' before defining it.  From
  92.     Wayne Davison.
  93.  
  94. Mon Jan  7 06:25:11 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
  95.  
  96.     * patchlevel.h: PATCHLEVEL 12u2.
  97.  
  98.     * pch.c (intuit_diff_type): Recognize `+++' in diff headers, for
  99.     unified diff format.  From unidiff patch 1.
  100.  
  101. Mon Dec  3 00:14:25 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  102.  
  103.     * patch.c (get_some_switches): Make the usage message more
  104.     informative. 
  105.  
  106. Sun Dec  2 23:20:18 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  107.  
  108.     * Configure: When checking for C preprocessor, look for 'abc.*xyz'
  109.     instead of 'abc.xyz', so ANSI C preprocessors work.
  110.  
  111.     * Apply fix for -D from ksb@mentor.cc.purdue.edu (Kevin Braunsdorf).
  112.  
  113.     * Apply unidiff patches from davison@dri.com (Wayne Davison).
  114.  
  115. Wed Mar  7 23:47:25 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
  116.  
  117.     * pch.c: Call malformed instead of goto malformed
  118.     (just allows easier debugging).
  119.  
  120. Tue Jan 23 21:27:00 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
  121.  
  122.     * common.h (TMP*NAME): Make these char *, not char [].
  123.     patch.c (main): Use TMPDIR (if present) to set TMP*NAME.
  124.     common.h: Declare getenv.
  125.  
  126. Sun Dec 17 17:29:48 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  127.  
  128.     * patch.c (reverse_flag_specified): New variable.
  129.     (get_some_switches, reinitialize_almost_everything): Use it.
  130.  
  131. Local Variables:
  132. version-control: never
  133. end:
  134.